CellStyleProperties.setVAlign

Sets the vertical alignment of table cell content.

Supported values:
ValueConstant
CenterControlConstants.VERTICAL_ALIGNMENT_CENTER
TopControlConstants.VERTICAL_ALIGNMENT_TOP
BottomControlConstants.VERTICAL_ALIGNMENT_BOTTOM

Example:

 controls.FIELDCOLUMN1.setVAlign(ControlConstants.VERTICAL_ALIGNMENT_TOP);
 

Parameters

java.lang.String  vAlign,